comparison function造句
例句與造句
- When you call comparison functions , you can use the
當調用比較函數(shù)時,可以在代碼中使用 - Gets or sets the comparison function for the stencil test
獲取或設置用于模具測試的比較函數(shù)。 - Retrieves or sets the comparison function for the alpha test
為alpha測試檢索或設置比較函數(shù)。 - Retrieves or sets the comparison function for the z - buffer test
檢索或設置z緩沖區(qū)測試的比較函數(shù)。 - Indicates how to compare strings when calling comparison functions
指示當調用比較函數(shù)時如何比較字符串。 - It's difficult to find comparison function in a sentence. 用comparison function造句挺難的
- The usort ( ) function sorts an array by a user defined comparison function
函數(shù)的作用是:使用用戶自定義的比較函數(shù)對數(shù)組中的值進行排序。 - The uksort ( ) function sorts an array by the element keys using user defined comparison function
函數(shù)的作用是:使用用戶自定義的比較函數(shù)對數(shù)組中的鍵名進行排序。 - The test is done by comparing the incoming alpha value with the reference alpha value , using the comparison function provided by
提供的比較函數(shù)將傳入的alpha值與引用的alpha值進行比較。為 - Comparison operators , note that if the lcids of arguments are different , comparison functions throw an exception because they cannot be compared
比較運算符時請注意,如果參數(shù)的lcid不同,由于無法對其進行比較,因此比較函數(shù)會引發(fā)異常。 - A naive approach might be to use a library entry point for sorting , supplied with a comparison function to say that " kim black " precedes " dan smith " because 40 , 000 is greater than 6 , 000 , and so on
一個簡單的方法可能是使用庫入口點來進行排序,所提供的比較函數(shù)指出: “ kim black ”位于“ dan smith ”之前,因為40000大于6000 ,等等。